home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 / Programming Windows 95.iso / code / CHAP18 / MDIDEMO.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-01  |  637 b   |  28 lines

  1. /*-----------------------
  2.    MDIDEMO.H header file
  3.   -----------------------*/
  4.  
  5. #define EXPORT            __declspec (dllexport)
  6.  
  7. #define INIT_MENU_POS     0
  8. #define HELLO_MENU_POS    2
  9. #define RECT_MENU_POS     1
  10.  
  11. #define IDM_NEWHELLO     10
  12. #define IDM_NEWRECT      11
  13. #define IDM_CLOSE        12
  14. #define IDM_EXIT         13
  15.  
  16. #define IDM_BLACK        20
  17. #define IDM_RED          21
  18. #define IDM_GREEN        22
  19. #define IDM_BLUE         23
  20. #define IDM_WHITE        24
  21.  
  22. #define IDM_TILE         30
  23. #define IDM_CASCADE      31
  24. #define IDM_ARRANGE      32
  25. #define IDM_CLOSEALL     33
  26.  
  27. #define IDM_FIRSTCHILD  100
  28.